From 70248054c9f86716d20ca42709637ba27b73420f Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 21 Dec 2009 16:51:40 +0000 Subject: [PATCH] Revert 20709:085627544270 --- tools/python/xen/xend/XendConfig.py | 2 +- tools/python/xen/xm/create.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 76369f4b71..150aacdcaf 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -501,7 +501,7 @@ class XendConfig(dict): if 'rtc_timeoffset' not in self['platform']: self['platform']['rtc_timeoffset'] = 0 if 'hpet' not in self['platform']: - self['platform']['hpet'] = 1 + self['platform']['hpet'] = 0 if 'xen_platform_pci' not in self['platform']: self['platform']['xen_platform_pci'] = 1 if 'vpt_align' not in self['platform']: diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index 3e4528cd4c..fcd2f211f5 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -217,7 +217,7 @@ gopts.var('pae', val='PAE', use="Disable or enable PAE of HVM domain.") gopts.var('hpet', val='HPET', - fn=set_int, default=1, + fn=set_int, default=0, use="Enable virtual high-precision event timer.") gopts.var('timer_mode', val='TIMER_MODE', -- 2.30.2